home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 84 / XENIATGM84.iso / Time Machine / data1.cab / Time_Machine_Files / Scripts / sphere.ses < prev    next >
Text File  |  2000-02-22  |  748b  |  59 lines

  1. #   Script de test d'effets spΘciaux
  2. #    Francois FRANCKEN
  3. #
  4.  
  5. use 'effet2.sed'
  6.  
  7.  
  8. MAPPING::effet1
  9. {
  10.     NumberOfTextures=16
  11.     SizeX=256
  12.     SizeY=256
  13.     SizeTextureX=64            
  14.     SizeTextureY=64
  15.     NumberOfSequences=1
  16.     RandomAnim=false
  17.     Duree0=10
  18.     Duree1=10
  19.     Duree2=10
  20.     Duree3=10
  21.     Duree4=10
  22.     Duree5=10
  23.     Duree6=10
  24.     Duree7=10
  25.     Duree8=10
  26.     Duree9=10
  27.     Duree10=10
  28.     Duree11=10
  29.     Duree12=10
  30.     Duree13=10
  31.     Duree14=10
  32.     Duree15=10
  33.     SequenceBegin0=0
  34.     SequenceEnd0=3
  35. }
  36. main
  37. {
  38.     loop()
  39.     {
  40.         effet2(40);
  41.     };
  42. #    loop()
  43. #    {
  44. #        parallelEffects
  45. #        {
  46. #            Frame 0: {effet1(30);}
  47. #            Frame 0: {effet2(30);}
  48. #        };
  49. #    };
  50. #    loop(3)
  51. #    {
  52. #        parallelEffects
  53. #        {
  54. #            Frame 20: {effet1(15, 30);}
  55. #            Frame 200: {effet2(5, 30);}
  56. #        };
  57. #    };
  58. }
  59.